-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: upgrade to xunit v3 #728
Conversation
👽 Mutation ResultsTestably.Abstractions.TestingDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0Testably.Abstractions.AccessControlDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0Testably.Abstractions.CompressionDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0Testably.AbstractionsDetails
The final mutation score is NaN%Coverage Thresholds: high:80 low:60 break:0 |
Test Results 36 files + 5 36 suites +5 15m 46s ⏱️ +28s Results for commit 6b08953. ± Comparison against base commit 580969d. This pull request removes 31618 and adds 33631 tests. Note that renamed tests count towards both.
This pull request removes 1548 skipped tests and adds 1586 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
19315bd
to
bc61af3
Compare
# Conflicts: # .github/workflows/build.yml # Feature.Flags.props # Tests/Testably.Abstractions.Compression.Tests/ZipArchive/Tests.cs # Tests/Testably.Abstractions.Compression.Tests/ZipArchiveEntry/Tests.cs # Tests/Testably.Abstractions.Testing.Tests/Statistics/FileSystem/DirectoryStatisticsTests.cs # Tests/Testably.Abstractions.Testing.Tests/Statistics/FileSystem/FileStatisticsTests.cs # Tests/Testably.Abstractions.Testing.Tests/Statistics/FileSystem/FileSystemWatcherStatisticsTests.cs # Tests/Testably.Abstractions.Testing.Tests/Statistics/FileSystem/PathStatisticsTests.cs # Tests/Testably.Abstractions.Tests/FileSystem/Directory/Tests.cs
Quality Gate passedIssues Measures |
This is addressed in release v4.0.0. |
Upgrade testing projects to xunit v3 and remove the .NET Stryker mutation badge, because Stryker.NET doesn't handle xUnit v3 properly.